From 7ad15a7dc3dfd16f63e3c4038473af972441a043 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 25 Feb 2016 12:10:40 +0000 Subject: [PATCH] libxl: fix comment LIBXL__EGC_INIT -> LIBXL_EGC_INIT Signed-off-by: Wei Liu Cc: Ian Jackson --- tools/libxl/libxl_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index a1aae97640..005fe538c6 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -1965,7 +1965,7 @@ _hidden char *libxl__device_model_xs_path(libxl__gc *gc, uint32_t dm_domid, * their own callback function and should just use the one they're * given. * - * Functions using LIBXL__INIT_EGC may *not* generally be called from + * Functions using LIBXL_INIT_EGC may *not* generally be called from * within libxl, because libxl__egc_cleanup may call back into the * application. This should be enforced by declaring all such * functions in libxl.h or libxl_event.h with -- 2.30.2